FlexReport for WPF
ReportObjectList<TItem> クラス
メンバ 


C1.WPF.FlexReport.4.6.2 アセンブリ > C1.WPF.FlexReport 名前空間 : ReportObjectList<TItem> クラス
コレクション内の要素の型。
ReportObject オブジェクトのリストを表します。 ReportObjectCollection<TItem> と異なり、このクラスは、 メンバを含む System.Collections.Generic.List`1 メンバを追加します。
オブジェクト モデル
ReportObjectList<TItem> クラス
シンタックス
'宣言
 
Public MustInherit Class ReportObjectList(Of TItem As ReportObject) 
   Inherits ReportObjectCollection(Of TItem)
'使用法
 
Dim instance As ReportObjectList(Of TItem)
public abstract class ReportObjectList<TItem> : ReportObjectCollection<TItem> 
where TItem: ReportObject
型パラメータ
TItem
コレクション内の要素の型。
継承階層

System.Object
   C1.WPF.FlexReport.ReportObjectCollection<TItem>
      C1.WPF.FlexReport.ReportObjectList<TItem>
         C1.WPF.FlexReport.GroupCollection
         C1.WPF.FlexReport.ParagraphItemCollection
         C1.WPF.FlexReport.ReportObjectNamedList<TItem>
         C1.WPF.FlexReport.SectionCollection
         C1.WPF.FlexReport.SubSectionCollection

参照

ReportObjectList<TItem> メンバ
C1.WPF.FlexReport 名前空間